home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac-Source 1994 July
/
Mac-Source_July_1994.iso
/
Other Langs
/
MacPerl ƒ
/
Perl Source ƒ
/
MacPerl
/
MPScript.h
< prev
next >
Wrap
Text File
|
1993-09-21
|
621b
|
21 lines
/*********************************************************************
Project : MacPerl - Real Perl Application
File : MPScript.h - Handle scripts
Author : Matthias Neeracher
Started : 16Aug93 Language : MPW C
Modified : 16Sep93 MN Runtime is not particularly fond of AppleEvents
Last : 16Sep93
*********************************************************************/
#ifndef __MPSCRIPT__
#define __MPSCRIPT__
pascal void InitPerlEnviron();
pascal void DoScriptMenu(short theItem);
pascal OSErr DoScript(const AppleEvent *theAppleEvent, AppleEvent *reply, long refCon);
pascal Boolean DoRuntime();
#endif